home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14862 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c++,comp.programming,comp.os.ms-windows.programmer.misc
  2. Path: tasb.org!nobody
  3. From: bhunt@soft.warehouse.nf.ca (Brian Hunt)
  4. Subject: OWL 2.00's TDialog, Unexplained Error ( BC4.02 / Win95 )
  5. Message-ID: <Dp7pM5.tL@firewall.tasb.org>
  6. Sender: nobody@firewall.tasb.org
  7. Organization: TASB,Inc.
  8. Date: Tue, 2 Apr 1996 01:59:39 GMT
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. All,
  12.  
  13.     Whenever I attempt to use Borland C++ v4.02 OWL's "TDialog( ... ).Execute()"
  14. it constantly returns:
  15.  
  16.     Unhandled Exception  <- (message window title)
  17.     General Protection Exception 0x0EDF:0x1B72
  18.     OWL200(56): 0x0EDF:0x1B72 Processor fault
  19.  
  20.     And yet, there is no known fault within the code, and it breaks down on the
  21. syntaxically correct TDialog(...).Exception() call ( I've tried it straight
  22. from the included tutorial and examples without avail ).  I have compiled
  23. under all relevant processors, 80386 -> Pentium, under Windows 3.1 and
  24. Win32's.  Is there any available explanation for this?
  25.  
  26.     I've checked all the Borland Documentation, hard and soft copies, and found no
  27. reference to OWL200 (version?), Errors ~#200, Errors ~#56, Processor fault, or
  28. anything to do with General Protection, much less an exception of it.
  29.  
  30.     Btw, where can I find source & statistics on Windows 95 programming, opposed
  31. and compared to Windows 3.x and Win32 programming.
  32.  
  33. TTYL & Thanks,
  34. Brian
  35.  
  36.